CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - scheduling algorithm

搜索资源列表

  1. jinchengdiaodu

    0下载:
  2. 最高优先级优先”调度算法的基本思想是把CPU分配给就绪队列中优先级最高的进程。静态优先级是在创建进程时确定的,并在整个进程运行期间不再改变。   动态优先级是指进程的优先级在创建进程时可以给定一个初始值,并且可以按一定原则修改优先级。例如:在进程获得一次CPU后就将其优先级减少1,或者,进程等待的时间超过某一时限时增加其优先级的值,等等。 -The basic idea of the highest priority priority scheduling algorithm is as
  3. 所属分类:software engineering

    • 发布日期:2017-11-16
    • 文件大小:4779
    • 提供者:单永祺
  1. dsfdsgvfdsgfvsd

    0下载:
  2. 1) 采用先来先服务(FCFS)调度算法,即按作业到达的先后次序进行调度。总是首先调度在系统中等待时间最长的作业。 2) 短作业优先 (SJF) 调度算法,优先调度要求运行时间最短的作业。 3) 响应比高者优先(HRRN)调度算法,为每个作业设置一个优先权(响应比),调度之前先计算各作业的优先权,优先数高者优先调度。RP (响应比)= 作业周转时间 / 作业运行时间 每个作业由一个作业控制块JCB表示,JCB可以包含以下信息:作业名、提交(到达)时间、所需的运行时间、所需的资源、作业
  3. 所属分类:software engineering

    • 发布日期:2017-11-22
    • 文件大小:31122
    • 提供者:张志刚
  1. Greedy-algorithm

    0下载:
  2. 贪心算法 单元最短路径问题 最小生成树问题 多机调度问题-The minimum spanning tree of the the greedy algorithm unit shortest path problem of multi-machine scheduling problem
  3. 所属分类:JavaScript

    • 发布日期:2017-11-12
    • 文件大小:11663
    • 提供者:zhang
  1. ProcessSchedulingHF

    0下载:
  2. 编写并调试一个模拟的进程调度程序,采用“最高优先数优先”调度算法对五个进程进行调度。   “最高优先数优先”调度算法的基本思想是把CPU分配给就绪队列中优先数最高的进程。静态优先数是在创建进程时确定的,并在整个进程运行期间不再改变。-To write and debug a simulated process scheduler, " the number of the highest priority priority" scheduling algorithm for
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:722180
    • 提供者:ariel
  1. 4-1

    0下载:
  2. 优先调度算法实验室用来观察windows里的进程调度程的模拟程序。-Priority scheduling algorithm laboratory simulation program used to observe the the windows process scheduling process.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:1264
    • 提供者:曹俊
  1. mproject

    0下载:
  2. An Applet application for demonstration and evaluation of process scheduling algorithm
  3. 所属分类:Applet

    • 发布日期:2017-11-28
    • 文件大小:278404
    • 提供者:disw
  1. OS2

    0下载:
  2. 用高级语言编写一个或多个作业调度的模拟程序,进行程序设计的训练,加深对作业调度算法的理解-One or more of the job scheduling simulation program written in a high level language programming training, to deepen understanding of the job scheduling algorithm
  3. 所属分类:OS Develop

    • 发布日期:2017-12-02
    • 文件大小:79671
    • 提供者:夜鼠
  1. Pschedulers

    5下载:
  2. LTE系统中的调度算法,包括轮询。比例公平。最大C/I等-The LTE system, the scheduling algorithm, including polling. Proportional fairness. Max C/I
  3. 所属分类:3G develop

    • 发布日期:2015-04-23
    • 文件大小:17408
    • 提供者:Rosa
  1. PFscheduler

    1下载:
  2. LTE上行中传统用户和点到点用户的比例公平算法-Proportional Fair(PF) scheduling algorithm for both cellular and d2d users in LTE uplink
  3. 所属分类:Post-TeleCom sofeware systems

    • 发布日期:2014-05-24
    • 文件大小:2048
    • 提供者:ruitang
  1. wf2qP

    0下载:
  2. WF2Q+ scheduling algorithm simulation code.
  3. 所属分类:Linux Network

    • 发布日期:2017-11-20
    • 文件大小:39641
    • 提供者:Ischoi
  1. lawler-alg.zip

    0下载:
  2. lawler s scheduling algorithm,lawler s scheduling algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-12-09
    • 文件大小:412712
    • 提供者:g
  1. 034

    0下载:
  2. 若任务的运行方式为非抢占式的,即任务开始后不可中断,需要连续运行pi时间,请给出一个调度算法,尽量使所有任务的平均结束时间最小。-The task of running a non-preemptive, after the start of the task can not be interrupted, continuous operation pi time, please give a scheduling algorithm, as far as possible so that th
  3. 所属分类:Other systems

    • 发布日期:2017-11-23
    • 文件大小:1630
    • 提供者:李强
  1. 30-cases-in-matlab

    1下载:
  2. MATLAB智能算法30个案例分析,109页的详细讲解,程序和程序注解,可以直接复制代码。包括遗传算法,基于遗传算法和非线性规划的函数寻优算法,遗传算法工具箱详解及应用,多种群遗传算法的函数优化算法, 基于粒子群算法的多目标搜索算法,基于多层编码遗传算法的车间调度算法,基于遗传模拟退火算法的聚类算法,蚁群算法,支持向量机等等30章。-MATLAB intelligent algorithm 30 case studies, 109 detailed explanations, procedur
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:1560351
    • 提供者:Binjie Liao
  1. JOB-SHOP-SCHEDULING

    1下载:
  2. 基于混合遗传算法问题车间调度优化(论文+源码),哈工大本科学生毕业论文,内有源码以及遗传算法和模拟遗传算法相关论文-Shop Scheduling with Genetic Algorithm
  3. 所属分类:Data structs

    • 发布日期:2017-11-13
    • 文件大小:9348829
    • 提供者:kelvin
  1. PSO

    0下载:
  2. 具有随机权重的优化的粒子群调度算法,改进了权重的计算,使得权重的取值不超过0.9-Having random weight particle swarm optimization scheduling algorithm to improve the calculation of the weight, so that the weight values ​ ​ of no more than 0.9
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:1206
    • 提供者:木子李
  1. os5

    1下载:
  2. 通过在实验三阶段基础上,完成实现按先来先服务FCFS、短作业优先SJF以及时间片轮转算法调度进程的模拟过程,掌握进程调度算法的方法。-Completed on the basis of the experimental three-stage short operating priority SJF as well as round-robin the algorithm scheduling process simulation, first-come, first-served FCFS m
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-14
    • 文件大小:243510
    • 提供者:lizhi
  1. liujianh02

    0下载:
  2. 用C语言实现对N个进程采用FCFS进程调度算法和SJF进程调度算法的调度-Scheduling N processes using FCFS process scheduling algorithm and SJF process scheduling algorithm using C language
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-30
    • 文件大小:62913
    • 提供者:刘建红
  1. berth_quay10_8

    0下载:
  2. 用于解决港口优化调度的算例,程序可解,且富有详细说明-The optimal scheduling algorithm used to solve the port, the program is solvable, and rich detailed instructions
  3. 所属分类:CSharp

    • 发布日期:2017-11-13
    • 文件大小:97864
    • 提供者:娇娇
  1. TBS

    0下载:
  2. TBS算法源代码,是一种CPU的调度算法,用于调度软实时任务。-The the TBS algorithm source code, is a CPU scheduling algorithm for scheduling soft real-time tasks.
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-25
    • 文件大小:670
    • 提供者:楚天鹰
  1. chapter11

    1下载:
  2. 基于多层编码遗传算法的车间调度算法 基于多层编码遗传算法的车间调度算法-Shop scheduling algorithm based on multi-layer coding genetic algorithm-based the workshop scheduling algorithm for multi-layer coding genetic algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:12647
    • 提供者:zhang qin wei
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com